Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ui): migrate Modal to TypeScript #524

Merged
merged 3 commits into from
Oct 16, 2024
Merged

Conversation

gjaskiewicz
Copy link
Contributor

Summary

migrate Modal to TypeScript

Changes Made

  • migrated Modal to TypeScript
  • migrated ModalFooter to TypeScript

Related Issues

Testing Instructions

  1. npm i
  2. turbo test

Checklist

  • I have performed a self-review of my code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • I have made corresponding changes to the documentation (if applicable).
  • My changes generate no new warnings or errors.

@gjaskiewicz gjaskiewicz requested review from franzheidl and a team as code owners October 16, 2024 07:53
Copy link

changeset-bot bot commented Oct 16, 2024

🦋 Changeset detected

Latest commit: b5defd6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@cloudoperators/juno-ui-components Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Oct 16, 2024

PR Preview Action v1.4.8
Preview removed because the pull request was closed.
2024-10-16 14:25 UTC

Copy link
Contributor

@barsukov barsukov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few little changes 🥇

@andypf andypf merged commit aaea462 into main Oct 16, 2024
15 checks passed
@andypf andypf deleted the gjaskiewicz/refactor-ts-modal branch October 16, 2024 14:24
andypf pushed a commit that referenced this pull request Oct 17, 2024
* chore(ui): migrate Modal to TypeScript

* fix(ui): lint fixes

---------

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: Wowa Barsukov <[email protected]>
andypf added a commit that referenced this pull request Oct 17, 2024
* feat(docs): adds a brd for carbon app loading mechanism

* Update docs/proposals/004_carbon_brd.md

Co-authored-by: Esther Schmitz <[email protected]>

* Update docs/proposals/004_carbon_brd.md

Co-authored-by: Esther Schmitz <[email protected]>

* Update docs/proposals/004_carbon_brd.md

Co-authored-by: Esther Schmitz <[email protected]>

* Update docs/proposals/004_carbon_brd.md

Co-authored-by: Esther Schmitz <[email protected]>

* fix(ui): fix broken pageheader layout (#506, #473) (#510)

* fix(ui): fix broken PageHeader

* fix(ui): fix story template

* fix(ui): remove obsolete

* fix(ui): fix story es-lint error

remove explicit destructuring of children, leave type-checking to TypeScript

* Create blue-news-wash.md

* fix(ui): rename Pageheader story

* fix(ui): always render heading div

* fix(ui): prevent rendering null, false or undefined as page header title at all cost

Fixes #506 , Fixes #473
---------

Co-authored-by: Wowa Barsukov <[email protected]>

* chore(ui): migrate Modal to TypeScript (#524)

* chore(ui): migrate Modal to TypeScript

* fix(ui): lint fixes

---------

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: Wowa Barsukov <[email protected]>

* chore(docs): update carbon brd

* chore(docs): fix formatting

---------

Co-authored-by: Esther Schmitz <[email protected]>
Co-authored-by: Franz Heidl <[email protected]>
Co-authored-by: Wowa Barsukov <[email protected]>
Co-authored-by: Grzegorz Jaśkiewicz <[email protected]>
Co-authored-by: [email protected] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants